Platform Explorer / Nuxeo Platform 2023.10

Extension point replacement

Documentation

Allows to register a replacement scheme for any string not supported by Avro.

Contribution Descriptors

  • Class: org.nuxeo.runtime.avro.AvroReplacementDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-runtime-stream-2023.10.13.jar /OSGI-INF/avro-contrib.xml
    <extension point="replacement" target="org.nuxeo.runtime.avro">
        <replacement forbidden="__" priority="-100" replacement="____"/>
        <replacement forbidden="-" replacement="__dash__"/>
        <replacement forbidden=":" replacement="__colon__"/>
      </extension>